home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d11 / graph11.arc / README.DOC < prev    next >
Text File  |  1991-08-21  |  3KB  |  103 lines

  1. --------------------------------------------
  2.      THIS IS A FREEWARE PROGRAM
  3. ---------------------------------------------
  4.  
  5. Please share this program with your friends. The source codes are included. 
  6. You are welcome to change it or use it to your program. If you change the 
  7. source code or optimize it, please send me a copy. Thanks.
  8.  
  9. I will not be responsible for any lost as a result of using this program.
  10.  
  11. Some of the codes in this program are imported from Turbo Pascal 5.5 
  12. distribution disk. The file name is BGIDEMO.PAS.
  13.  
  14.  
  15. ------------------------
  16.     Help Screen
  17. ------------------------
  18.  
  19.  
  20.   FreeWare Experimental Grapher 
  21.   (C)opyright TakaPuna 1991 Version 1.1
  22.   Portions of the codes are (C)opyrighted by Borland International 
  23.     
  24.    Command Line Options:
  25.      FileName [All Labels] [Starting Ending Labels] 
  26.  
  27.         FileName : Data file from a text file 
  28.         Starting : Starting index to view (integer)  
  29.         Ending   : Ending index to view   (integer)  
  30.         Labels   : Axis labels                       
  31.  
  32.  
  33. ---------------------------
  34.    What the program need to run
  35. -------------------------------
  36.  
  37. *.bgi file for your monitor must be present in the same drive that you
  38. are running grapher. File 'litt.chr' must also be present. If the file
  39. 'litt.chr' is not in the same directory, the program will still work.
  40.   
  41.  
  42. -----------------------------
  43.    How to use the program 
  44. ------------------------------
  45.  
  46. The easiest way to use the program is by using example. If the following 
  47. command is invoked at dos prompt assuming the data file is test.dat:
  48.  
  49. - Grapher test.dat 
  50.     [ will display all data points ]
  51. - Grapher test.dat All
  52.     [ will display all data points (same as above) ]
  53. - Grapher test.dat All X vs Y
  54.     [ will display all data points and label the axis X vs Y ]
  55. - Grapher test.dat 1 20 
  56.     [ will display data points starting from data #1 to #20 ( zooming )]
  57. - Grapher test.dat 1 20 X vs Y
  58.     [ will display data points starting from data #1 to #20 and label
  59.       axis X vs Y ]
  60.  
  61. For demo run:
  62.           demo1.bat, demo2.bat, demo3.bat, demo4.bat.
  63.  
  64.  
  65. ------------------------------
  66.    Program Limitations
  67. ------------------------------
  68.  
  69. - X must start from lower values so that the graph plotted make sense.
  70. - Not as robust as a spreadsheet.
  71. - Sometimes if the data are so close apart round off errors occurs.
  72.   i.e function Round. If that happens, the best bet is to plot it as
  73.   zooming (i.e Grapher FileName 1 20 ).
  74.  
  75.  
  76. ----------------------------------
  77.    BUGS FROM BEFORE
  78. ----------------------------------
  79.  
  80. - I tried to fix the bug as I find it. Version 1.0 of this program 
  81.   could not handle zeros as minimum. I've already fix it.
  82.  
  83.  
  84.  
  85.  
  86. ----------------------------
  87.  Contacting me
  88. -----------------------------
  89.  
  90. if you find any bugs what so ever please tell me and I'll try to fix it.
  91.  
  92.  
  93. - kamal@wpi.wpi.edu
  94.    Kamal Zamli
  95.    WPI Box 568, 100 Institute Rd,
  96.    Worcester, MA 01609,
  97.    USA
  98.    (before Dec 15th,91)
  99.  
  100.    Rumah Guru Sek. Men. Keb. Maran
  101.    26800 Maran, Pahang, Malaysia
  102.    ( after Dec 15th,91)
  103.